[INFO] fetching crate stdpython 1.0.8...
[INFO] fixing stdpython-1.0.8 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate stdpython 1.0.8 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate stdpython 1.0.8
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate stdpython 1.0.8
[INFO] tweaked toml for crates.io crate stdpython 1.0.8 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate stdpython 1.0.8 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate stdpython 1.0.8 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pyo3-macros v0.25.1
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.25.1
[INFO] [stderr]   Downloaded pyo3-ffi v0.25.1
[INFO] [stderr]   Downloaded pyo3-build-config v0.25.1
[INFO] [stderr]   Downloaded pyo3 v0.25.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 08a00b891d243f70f1670eba28ec8017a8e2b00580b28acf44c66b0e9463af76
[INFO] running `Command { std: "docker" "start" "08a00b891d243f70f1670eba28ec8017a8e2b00580b28acf44c66b0e9463af76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08a00b891d243f70f1670eba28ec8017a8e2b00580b28acf44c66b0e9463af76" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08a00b891d243f70f1670eba28ec8017a8e2b00580b28acf44c66b0e9463af76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08a00b891d243f70f1670eba28ec8017a8e2b00580b28acf44c66b0e9463af76" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling pyo3-build-config v0.25.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling pyo3-macros-backend v0.25.1
[INFO] [stderr]    Compiling pyo3-ffi v0.25.1
[INFO] [stderr]    Compiling pyo3 v0.25.1
[INFO] [stderr]    Compiling pyo3-macros v0.25.1
[INFO] [stderr]     Checking stdpython v1.0.8 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `Vec<&str>: AsPathLike` is not satisfied
[INFO] [stdout]    --> examples/generic_demo.rs:30:42
[INFO] [stdout]     |
[INFO] [stdout]  30 |     let joined1: String = os::path::join(components1);
[INFO] [stdout]     |                           -------------- ^^^^^^^^^^^ the trait `AsStrLike` is not implemented for `Vec<&str>`
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `AsStrLike`
[INFO] [stdout]    --> src/lib.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl AsStrLike for str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^ `str`
[INFO] [stdout] ...
[INFO] [stdout]  62 | impl AsStrLike for String {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^ `std::string::String`
[INFO] [stdout] ...
[INFO] [stdout]  68 | impl AsStrLike for &str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ `&str`
[INFO] [stdout] ...
[INFO] [stdout]  74 | impl AsStrLike for &String {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `&std::string::String`
[INFO] [stdout]     = note: required for `Vec<&str>` to implement `AsPathLike`
[INFO] [stdout] note: required by a bound in `stdpython::os::path::join`
[INFO] [stdout]    --> src/stdlib/os.rs:203:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |         pub fn join<P1, P2>(path1: P1, path2: P2) -> String
[INFO] [stdout]     |                ---- required by a bound in this function
[INFO] [stdout] 203 |         where [P1: AsPathLike, P2: AsPathLike]
[INFO] [stdout]     |                    ^^^^^^^^^^ required by this bound in `join`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> examples/generic_demo.rs:30:27
[INFO] [stdout]     |
[INFO] [stdout]  30 |     let joined1: String = os::path::join(components1);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^------------- argument #2 is missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/stdlib/os.rs:202:16
[INFO] [stdout]     |
[INFO] [stdout] 202 |         pub fn join<P1, P2>(path1: P1, path2: P2) -> String
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout]  30 |     let joined1: String = os::path::join(components1, /* path2 */);
[INFO] [stdout]     |                                                     +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<std::string::String>: AsPathLike` is not satisfied
[INFO] [stdout]    --> examples/generic_demo.rs:31:42
[INFO] [stdout]     |
[INFO] [stdout]  31 |     let joined2: String = os::path::join(components2);
[INFO] [stdout]     |                           -------------- ^^^^^^^^^^^ the trait `AsStrLike` is not implemented for `Vec<std::string::String>`
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `AsStrLike`
[INFO] [stdout]    --> src/lib.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl AsStrLike for str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^ `str`
[INFO] [stdout] ...
[INFO] [stdout]  62 | impl AsStrLike for String {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^ `std::string::String`
[INFO] [stdout] ...
[INFO] [stdout]  68 | impl AsStrLike for &str {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ `&str`
[INFO] [stdout] ...
[INFO] [stdout]  74 | impl AsStrLike for &String {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `&std::string::String`
[INFO] [stdout]     = note: required for `Vec<std::string::String>` to implement `AsPathLike`
[INFO] [stdout] note: required by a bound in `stdpython::os::path::join`
[INFO] [stdout]    --> src/stdlib/os.rs:203:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |         pub fn join<P1, P2>(path1: P1, path2: P2) -> String
[INFO] [stdout]     |                ---- required by a bound in this function
[INFO] [stdout] 203 |         where [P1: AsPathLike, P2: AsPathLike]
[INFO] [stdout]     |                    ^^^^^^^^^^ required by this bound in `join`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]    --> examples/generic_demo.rs:31:27
[INFO] [stdout]     |
[INFO] [stdout]  31 |     let joined2: String = os::path::join(components2);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^------------- argument #2 is missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/stdlib/os.rs:202:16
[INFO] [stdout]     |
[INFO] [stdout] 202 |         pub fn join<P1, P2>(path1: P1, path2: P2) -> String
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout]  31 |     let joined2: String = os::path::join(components2, /* path2 */);
[INFO] [stdout]     |                                                     +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0277.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stdpython` (example "generic_demo") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "08a00b891d243f70f1670eba28ec8017a8e2b00580b28acf44c66b0e9463af76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08a00b891d243f70f1670eba28ec8017a8e2b00580b28acf44c66b0e9463af76", kill_on_drop: false }`
[INFO] [stdout] 08a00b891d243f70f1670eba28ec8017a8e2b00580b28acf44c66b0e9463af76
